home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / misc / m2_part1.lha / modula / dice / dice.LHA / include / lib / wild.h < prev   
Encoding:
C/C++ Source or Header  |  1990-08-02  |  263 b   |  16 lines

  1.  
  2. /*
  3.  *  LIB/WILD.H
  4.  *
  5.  *  (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  6.  */
  7.  
  8. #ifndef _LIB_WILD_H
  9. #define _LIB_WILD_H
  10.  
  11. extern void *_ParseWild(const char *, short)
  12. extern int _CompWild(const char *, void *, void *);
  13. extern void _FreeWild(void *);
  14.  
  15. #endif
  16.